home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 2 / CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso / magazine / amiga_e / modulesmc1 / readme < prev    next >
Text File  |  1994-11-21  |  1KB  |  40 lines

  1. The module interval is an easy way to insert timing into a program.
  2.  
  3. The module randomize simultaneously randomizes Rnd and returns a seed for
  4. RndQ.
  5.  
  6. The module realf provides a substitute for RealF until Wouter corrects the
  7. problems with RealF, if he hasn't already.
  8.  
  9. The module writef is to be used with the various stringf options, if and only
  10. if your version of dos.library is new enough to have the PutStr function.
  11.  
  12. The modules stringf20 and qstringf20 replace StringF if and only if you have
  13. a 68020 or above chip. They are 80 bytes smaller than their 68000 cousins,
  14. but not noticeably different in speed. If you have a 68000 chip, use the
  15. versions without the 20 suffix.
  16.  
  17. The qstringf modules run 15 to 20 times faster than StringF. Without the
  18. q they run 8 or 9 times faster. These speed differences apply only to an
  19. Amiga 1200. Your machine may and probably will produce different results.
  20.  
  21. All the varieties of stringf produce binary strings when the %lb option is
  22. used in the format string. All varieties must be used with a list as the
  23. third argument, i.e. stringf(str,format,[datastream]). Read Estuff.doc and
  24. look at the test programs to clarify this.
  25.  
  26. Estuff.doc has a few tips about speeding up E programs by inserting assembly
  27. language. Comparing stringf20.e and stringf20.doc files will provide more
  28. information on this subject.
  29.  
  30. Please send comments, questions, bug reports to:
  31.  
  32.  
  33.                     Martin F. Combs
  34.                     2989 Sundance Circle
  35.                     Las Cruces, NM 88011
  36.                     USA
  37.  
  38.  
  39.  
  40.